Interview Questions and Answer
Options:
a. Data Template
b. Control Template
c. Panel Template
d. Select Template
Reveal Answer
Options:
a. Logical tree describes the relations between elements of the user interface.
b. Resolving Dynamic Resources references.
c. UnForwarding Routed Events
d. It Inherit Dependency Property values
Reveal Answer
Options:
a. System.Windows.Visual
b. System.Windows.LogicalTreeHelper
c. System.Windows.VisualTreeHelper
d. System.Windows.VisualHelper
Reveal Answer
Options:
a. System.Windows.Visual
b. System.Windows.LogicalTreeHelper
c. System.Windows.VisualTreeHelper
d. System.Windows.VisualHelper
Reveal Answer
Options:
a. <object property="{TemplateBinding targetProperty}" .../>
b. <object property="{ targetProperty TemplateBinding}" .../>
c. <object property="{Binding targetProperty}" .../>
d. <object property="{TemplatedParent targetProperty}" .../>
Reveal Answer
Options:
a. Template Binding
b. Self
c. Parent
d. Templated
Reveal Answer
Options:
a. <Rectangle Fill="Red" Height="100" Stroke="Black" Width="{Binding RelativeSource={RelativeSource Self}, Path=Height}"/>
b. <Rectangle Fill="Red" Height="100" Stroke="Black" Width="{Binding RelativeSource={RelativeSource Parent}, Path=Height}"/>
c. <Rectangle Fill="Red" Height="100" Stroke="Black" Width="{Binding RelativeSource={Relative Self}, Path=Height}"/>
d. <Rectangle Fill="Red" Height="100" Stroke="Black" Width="{Binding RelativeSource={RelativeSource Self}, Path=100}"/>
Reveal Answer
Options:
a. It is used inside control templates.
b. It is a placeholder for any XAML content.
c. It cannot be used to insert content at runtime.
Reveal Answer
Bestdotnet google plus